home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rscrn20.zip / RSCREEN.DOC < prev    next >
Text File  |  1992-05-24  |  5KB  |  92 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2.     Suncoast System Software's    R S C R E E N    Multipurpose Utility
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5.                           RScreen  Version 2.0
  6.  
  7. INTRODUCTION: RScreen enables the sequential choice of files to be re-named
  8.  and moved (if chosen) to another directory. It can be used to choose a
  9.  different "Hello" message each time your computer is turned on. RScreen
  10.  was originally designed to enable a BBS System Operator ("SysOp") to
  11.  cycle through any number of "welcome" screens - one per day, or even one
  12.  per caller! RScreen is easy to set up, easy to use, and livens up any
  13.  BBS! RScreen may be used for welcome screens, "goodbye" screens, and both
  14.  ANSI and ascii text files. In fact, most any group of files can be
  15.  sequentially copied to any drive and directory. RScreen is compatible with
  16.  multiline/multitasking BBS's. DesqView(tm) users should be aware that
  17.  RScreen is written in QuickBasic 4.5 utilizing direct screen writes.
  18.  
  19. SHAREWARE AND REGISTRATION STATEMENT: RScreen is marketed as shareware.
  20.  After a reasonable trial period, if you choose to continue to use RScreen
  21.  you should pay for it; it's cheap enough ($5!), and registration insures
  22.  full and friendly support. Re Warranty, there is NO warranty with RScreen:
  23.  you use it entirely at your own risk (we gotta say that). Registration also
  24.  removes the nasty-looking "Not Registered" notice and associated sounds.
  25.  
  26. USES: The primary purpose of RScreen is to enable BBS's to show a series of
  27.  welcome and/or goodbye screens, one each day. It may also be used to
  28.  generate multiline quotations or bulletins (if each is in a separate file).
  29.  For example, you may have in your \rscreen directory such files as
  30.  first.blt second.blt other.blt news.txt and hello.asc; you may set up 
  31.  RScreen to copy each one sequentially, and send it to the d:\bbs\blts
  32.  directory under the name of "news.txt" (or any other name)!
  33.  
  34. SETUP: Create a directory for rscreen.exe and the group of files
  35.  you want to use as welcome screens (or goodbye screens, etc.) in the SAME
  36.  directory. You may name these files any standard DOS name, but be sure to
  37.  include a three character extension (for example, 1.blt, 2.blt, gdby.asc,
  38.  gdby2.asc, etc.) Add the lines to your daily maintenance batch file to 
  39.  1) change directory (and drive, if necessary) to the one where rscreen
  40.  resides, 2) call RScreen, and  3) change directory (and drive, if necessary)
  41.  back to the bbs directory. The "call to RScreen" line tells RScreen the
  42.  path (or drive and path) to where you want the files copied to, as well
  43.  as the name of the file. Use the following calling procedure: 
  44.  
  45.                     cd\rscrndir                  <- change directory
  46.                     rscreen \senddir\sendfilename
  47.                     cd\bbsdir                    <- change dir back to bbs
  48.  
  49.  Here are some examples (with explanations):
  50.  
  51.  rscreen d:\bbs\news.asc            <-sends "news.asc" to d:\bbs directory
  52.  rscreen \bbs\blts\hello.blt        <-sends "hello.blt" to \bbs\blts dir.
  53.  rscreen \ra\blts\news.ans          <-sends "news.ans" to \ra\blts dir.
  54.  
  55.  You can set up two RScreen directories: one for ascii files and one for ANSI
  56.  files. You would then put TWO lines in your daily batch file: one for each
  57.  RScreen call.
  58.  
  59.  To provide a different "welcome" each time your PC in booted, create a series
  60.  of quotations using a plain text editor, and place them in a directory with
  61.  rscreen.exe (say, "\rscreen").  Then add the following lines to your
  62.  autoexec.bat file:
  63.  
  64.    cd\rscreen
  65.    rscreen c:\message.txt
  66.    cd\
  67.    type message.txt
  68.  
  69.  You could add a "pause" after the message (for instance, if the last line
  70.  of your autoexec.bat file calls a menu program or a network login). Uses
  71.  of RScreen are limited only by your imagination!! Unique uses for RScreen
  72.  are solicited by the author.
  73.  
  74. NEW IN VERSION 2.0: If using QuarterDeck's DesQView, add " DV" to the
  75.  end of your command line, as:     rscreen c:\txt\message.txt dv
  76.  and no output will be sent to the screen.
  77.  
  78.  
  79. SUPPORT: Call Suncoast City BBS, 813-953-5505 (12/2400 baud) for assistance.
  80.  
  81.  
  82. HISTORY:
  83.  
  84.  5/23/92 Vers 2.0: made RScreen DesQView-aware
  85.  8/18/91 Vers 1.1: improved sequential selection alorithm and documentation
  86.  7/24/91 Version 1.0 Released.   
  87.  
  88.  
  89. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  90.       Another Fine Product From Suncoast Software Systems
  91. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  92.